home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / workbench / buttonbar / example-menu < prev    next >
Text File  |  2000-02-28  |  1KB  |  82 lines

  1.  
  2.         HERE COME THE FIRST PART
  3.  
  4. \position 300,40
  5. \font topaz,8
  6. \stablebar
  7. \quitbutton
  8. \exclusivemenus
  9. \openmenu 2
  10. \openmenu 6
  11. \opendown
  12. \ fixedopen                    <- you see space after \? This is not switched on
  13. \buttonwidth 100
  14. \prefix sys:rexxc/rx
  15.  
  16.         WATCH: THE SECOND PART
  17.  
  18. :Game
  19. _Quit
  20. \quit
  21. _Restart
  22. \restart
  23. _Edit Me
  24. H:vim-run Work:Programming/ButtonBar/buttonbar.menu
  25. HDSleep
  26. \x rexx:hdsleep_wakemeup.rexx
  27. _Breathless|B
  28. fun:jeux/arcade/breathless/trainer
  29. AB3D
  30. fun:jeux/arcade/AB3D/AlienBreed3D
  31. Print MANAS
  32. \print MANAS
  33. ;                   <- this will output MANAS.
  34.  
  35.  
  36. /                  You can have as many emptylines as you want.
  37. #                  But watch out! No spaces there. As you have noticed
  38. ;                  there are three comments chars: /,# and ;
  39. ;
  40. ;      Beware! If you save menufile from ButtonBar,
  41. ;      all your comments will be lost
  42. ;
  43.  
  44. :Utils
  45. ABCDir
  46. system:utils/rep/abcdir!
  47. Shell
  48. sys:system/cli
  49. Shell
  50. <WB> sys:system/shell
  51. ;                       <-This is WB style of execution. Requieres shell.info.
  52. GoldEd
  53. c:ged
  54.  
  55. :System
  56. SnoopDos
  57. system:utisys/snoopdos/snoopdos
  58. The Guru
  59. system:utisys/theguru/guru3.0
  60.  
  61. :Dev
  62. DevToolBar
  63. dcc:devtoolbar
  64. Blitz
  65. Blitz2:blitz2
  66.  
  67. :GFX
  68. Imagine
  69. work:dessin/imagine.fp
  70. LightWave
  71. toaster:programs/lightwave.fp
  72.  
  73. :Net
  74. IRC
  75. work:comms/amirc/amirc
  76. Voyager
  77. work:comms/voyager/v020
  78. FTP
  79. work:comms/amftp/amftp
  80.  
  81. ;                                           So, enjoy!
  82.